[package]
name = "hello-world-from-c"
version = "0.1.0"
-authors = [ "you@example.com" ]
+authors = ["you@example.com"]
build = "build.rs"
```
```toml
# An array of paths to local repositories which are to be used as overrides for
# dependencies. For more information see the Cargo Guide.
-paths = [ "/path/to/override" ]
+paths = ["/path/to/override"]
[cargo-new]
# This is your name/email to place in the `authors` section of a new Cargo.toml
[package]
name = "hello_world" # the name of the package
version = "0.1.0" # the current version, obeying semver
-authors = [ "you@example.com" ]
+authors = ["you@example.com"]
```
All three of these fields are mandatory. Cargo bakes in the concept of